| lcPaint_MpgonAddText | Home |
|
BOOL lcPaint_MpgonAddText ( HANDLE hMpgon, HANDLE hFont, double X, double Y, LPCWSTR szText, int Resol ); |
| hMpgon | |
| Handle to multipolygon object. | |
| hFont | |
| Handle to a font object. | |
| X Y | |
| Coordinates of text start point. | |
| szText | |
| Text string. | |
| Resol | |
| Quality of text characters splines (0-10). | |
| If the function succeeds, the return value is nonzero (TRUE). |
Additional text parameters are got from global properties:
|
| lcPaint_MpgonClear, lcPaint_MpgonAddPgon |